home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / games / IndiZone / gold / objIds.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  1.9 KB  |  66 lines

  1. /*
  2.  * The original copyright owners of the accompanying source code files have
  3.  * agreed to place such code into the public domain.  Accordingly, anyone
  4.  * who receives or obtains a copy of such source code is freely entitled to
  5.  * reproduce, use and otherwise exploit such code (including the right to
  6.  * make derivative works), at his/her own risk and expense, without any
  7.  * obligation or liability to the original copyright owners.
  8.  *
  9.  * We would appreciate (but do not require) that the following message be
  10.  * included in any derivative works:
  11.  *
  12.  * "Portions of this program were developed by Peter Broadwell, Rob Myers
  13.  * and Robin Schaufler while working in Silicon Valley."
  14.  *
  15.  * The accompanying source code files and related documentation materials
  16.  * are distributed on an "AS IS" basis, without any warranties or
  17.  * guarantees of any kind.  All implied warranties, including the implied
  18.  * warranties of merchantability and of fitness for any particular purpose,
  19.  * are expressly disclaimed.
  20.  */
  21.     /* Object Ids for panel rendering */
  22. #define LEAF        0
  23. #define CAM1        1
  24. #define CAM2        2
  25. #define MASTERFLOOR    3
  26. #define CAM1PART1    4
  27. #define CAM2PART1    5
  28. #define CAM3        6
  29. #define INDIVFLOOR    7
  30. #define INDSUBHEAD    8
  31. #define CAM3H        9
  32. #define INDSIZE        10
  33. #define INDHEAD        11
  34. #define INDAZ        12
  35. #define VANILLA_P    13
  36. #define VANILLA_T    14
  37. #define INDSIZET    15
  38. #define INDHEADT    16
  39. #define INDAZT        17
  40. #define FEEDERVARS    18
  41. #define MALEVARS    19
  42. #define FEMALEVARS    20
  43. #define COLORIZERVARS    21
  44. #define MENU1        22
  45. #define MENUH1        23
  46. #define SOPH        24
  47. #define SOPHH        25
  48. #define INDSPEED    26
  49. #define INDSPEEDT    27
  50. #define WIGGLERVARS    28
  51. #define TITLEMENU    29
  52. #define TITLELITE    30
  53. #define BHMENUOBJ    31
  54. #define BHLITEOBJ    32
  55. #define COLORVAL1    33
  56. #define COLORVAL2    34
  57. #define COLORVAL3    35
  58. #define COLORVAL4    36
  59. #define COLORVAL5    37
  60. #define COLORVAL6    38
  61. #define COLORVAL7    39
  62. #define COLORVAL8    40
  63. #define COLORVAL9    41
  64. #define INDSNUFF    42
  65. #define INDSNUFFT    43
  66.